home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 November
/
Game.EXE_11_2005_DVD.iso
/
Flash Games
/
Robo Farmer
/
robofarmer.swf
/
scripts
/
DefineButton2_747
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-23
|
302 b
|
13 lines
on(rollOver){
if(_root.money >= 250)
{
_root.description = "Increase maximum health by 10 points. 250$.";
return undefined;
}
if(_root.money <= 249)
{
_root.description = "You can\'t afford to increase maximum health. 250$.";
return undefined;
}
}